home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
rocketman.swf
/
scripts
/
DefineSprite_495
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-01-12
|
394b
|
27 lines
onEnterFrame = function()
{
if(_parent.boost == null)
{
bar._xscale = 0;
}
else
{
bar._xscale = _parent.boost;
}
if(_parent.boost <= 14)
{
if(_parent.boost > 0)
{
lowfuel.gotoAndStop(2);
}
else
{
lowfuel.gotoAndStop(3);
}
}
else
{
lowfuel.gotoAndStop(1);
}
};